home *** CD-ROM | disk | FTP | other *** search
- ALLOCATED(3I) Last changed: 1-6-98
-
-
- NNAAMMEE
- AALLLLOOCCAATTEEDD - Returns the array allocation status
-
- SSYYNNOOPPSSIISS
- AALLLLOOCCAATTEEDD (([AARRRRAAYY==]_a_r_r_a_y))
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, and IRIX systems
-
- SSTTAANNDDAARRDDSS
- Fortran 90
-
- DDEESSCCRRIIPPTTIIOONN
- The AALLLLOOCCAATTEEDD intrinsic function indicates whether or not an
- allocatable array is currently allocated. It accepts the following
- argument:
-
- _a_r_r_a_y Must be an allocatable array
-
- AALLLLOOCCAATTEEDD is an inquiry function. The name of this intrinsic cannot
- be passed as an argument.
-
- RREETTUURRNN VVAALLUUEESS
- The result type, type parameter, and shape are default logical scalar.
- The result has the value TTRRUUEE if _a_r_r_a_y is currently allocated and has
- the value FFAALLSSEE if _a_r_r_a_y is not currently allocated.
-
- The result is undefined if the allocation status of the array is
- undefined. See section 6 of the _F_o_r_t_r_a_n _L_a_n_g_u_a_g_e _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l,
- _V_o_l_u_m_e _1, publication SR-3902, for information on the allocation of
- allocatable arrays.
-
- SSEEEE AALLSSOO
- _F_o_r_t_r_a_n _L_a_n_g_u_a_g_e _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, _V_o_l_u_m_e _1, publication SR-3902
-
- _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-2138, for the
- printed version of this man page.
-
-